Micron Document
🎖️GitЯра🎖️

Commit 58cbd1d55109f63547b2a27bdc9326015263a186


Parents : d318000
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-06-09T16:37:47-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-06-09T16:37:47-05:00

ci: group Kotlin-compiler-locked tooling in one Renovate PR (#5758)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Changes

1 files changed, 14 insertions(+), 0 deletions(-)


Diff

diff --git a/.github/renovate.json b/.github/renovate.json
index 1faa1a4adb..1469dbcee7 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -91,6 +91,20 @@
"major"
],
"automerge": false
+ },
+ {
+ "description": "Coordinate the Kotlin-compiler-locked toolchain in one human-reviewed PR. Kotlin, KSP, Mokkery, and the Koin compiler plugin are version-locked to the Kotlin compiler and break when bumped out of lockstep (e.g. Mokkery 3.4.0 and kable 0.43.1 both required Kotlin 2.4.0 — PRs #5750/#5740). Supersedes the built-in group:kotlinMonorepo/group:kspMonorepo for these packages so they land together; automerge stays off so compiler bumps always get a human review plus a green CI build. The `[.:]` after kotlin intentionally excludes org.jetbrains.kotlinx (coroutines/serialization runtime), which is not compiler-locked.",
+ "groupName": "kotlin-toolchain",
+ "matchManagers": [
+ "gradle"
+ ],
+ "matchPackageNames": [
+ "/^org\\.jetbrains\\.kotlin[.:]/",
+ "/^com\\.google\\.devtools\\.ksp/",
+ "/^dev\\.mokkery/",
+ "/^io\\.insert-koin\\.compiler\\.plugin/"
+ ],
+ "automerge": false
}
]
}

Served by rngit 1.5.0 - Generated in 0.05s